Platform Explorer / Nuxeo Platform 2023.10

Operation Quotas.GetStatistics (Get Quota statistics)

Description

Returns the Quota Infos (innerSize, totalSize and maxQuota) for a DocumentModel
Operation id Quotas.GetStatistics
Category Quotas
Label Get Quota statistics
Requires
Since

Parameters

Name Description Type Required Default value
documentRef document yes  
language string no  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.quota.automation.GetQuotaStatisticsOperation
Contributing Component rg.nuxeo.ecm.quota.automation.contrib

JSON Definition

{
  "id" : "Quotas.GetStatistics",
  "label" : "Get Quota statistics",
  "category" : "Quotas",
  "requires" : null,
  "description" : "Returns the Quota Infos (innerSize, totalSize and maxQuota) for a DocumentModel",
  "url" : "Quotas.GetStatistics",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "documentRef",
    "description" : null,
    "type" : "document",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "language",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}